From b093900e48ed29e9a156fd5fa0674b181aa48778 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:04:02 -0500 Subject: [PATCH] popover: Use markdown for css tree --- gtk/gtkpopover.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index a0c9752707..5c1953ddaf 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -46,7 +46,7 @@ * is to use the [class@Gtk.PopoverMenu] subclass which supports being * populated from a `GMenuModel` with [ctor@Gtk.PopoverMenu.new_from_model]. * - * ```c + * ```xml *
* horizontal-buttons * @@ -69,12 +69,12 @@ * * # CSS nodes * - * |[ + * ``` * popover[.menu] * ├── arrow * ╰── contents.background * ╰── - * ]| + * ``` * * The contents child node always gets the .background style class * and the popover itself gets the .menu style class if the popover -- 2.30.2